

'宣言 Public MustInherit Class ReportObjectCollection(Of TItem As ReportObject) Implements C1.Document.Serialization.IC1SerializableCollection
'使用法 Dim instance As ReportObjectCollection(Of TItem)
public abstract class ReportObjectCollection<TItem> : C1.Document.Serialization.IC1SerializableCollection where TItem: ReportObject
System.Object
C1.Report.ReportObjectCollection<TItem>
C1.Report.FieldCollection
C1.Report.ReportObjectList<TItem>